Set up different Algolia applications for your production, testing, or other environments.
dev_index
, staging_index
, prod_index
.
"*"
(asterisk) character. For example, use staging_*
for your staging environment."staging_*"
.
You can use those keys in your code to ensure isolation between environments.
You can repeat the same operation for all your environments.
The only shared elements between your environments are the number of records and operations since they belong to the same Algolia application.